home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-01 / msoftapp.zip / VIEWER.DEF < prev    next >
Text File  |  1993-06-01  |  313b  |  15 lines

  1. ; viewer.def : Defines the module parameters for the application.
  2.  
  3. NAME         Viewer
  4. DESCRIPTION  'MDI Viewer built with MFC'
  5.  
  6. EXETYPE      WINDOWS
  7. STUB         'WINSTUB.EXE'
  8.  
  9. CODE         PRELOAD MOVEABLE DISCARDABLE
  10. DATA         PRELOAD MOVEABLE MULTIPLE
  11.  
  12. HEAPSIZE     10240
  13. STACKSIZE    10240
  14.  
  15.